@media screen and (min-width: 800px) {
	.hero .pattern {
		display: none;
	}

	.articles .article {
		position: relative;
		padding: 0 0 0 270px;
		min-height: 180px;
	}

	.articles .article > img {
		position: absolute;
		top: 0;
		left: 0;
	}

	.sect {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.menu ul {
		flex-direction: row;
	}
	.menu li {
		text-align: center;
		padding: 0 10px;
	}
	.menu li:not(:last-of-type) {
		border-bottom: 0;
		border-right: 1px solid var(--yellow);
	}

	.icon .right {
		float: right;
	}

	.footer ul {
		flex-direction: row;
	}
	.footer li:not(:last-of-type) {
		border-right: 1px solid var(--green);
		padding: 0 10px 0 0;
		margin: 0 10px 0 0;
	}

	.quest-lab-alert {
		display: flex;
		padding-bottom: 0 !important;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.quest-lab-alert .right {
		margin-top: 0;
	}

	.resources {
		grid-template-columns: repeat(2, 1fr);
	}

	#overlay-form .form {
		max-width: 800px;
	}
	#overlay-form .form form {
		max-width: 650px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: unset;
	}
	#overlay-form .form form  div {
		margin-right: 20px;
	}
}
